################################################################################
##
## Mod Title:		Cache Posts System FRENCH
## Mod Author:		AmigaLink < webmaster@amigalink.de > (Markus Schmidt) http://www.EssenMitFreude.info & http://www.AmigaLink.de
##
## Mod Description:	File cache for postings to discharge the php interpreter.
##			Cached posts never must be parsed by the bbcode.php thus the performance of the server is improved.
##			
## Mod Version:		1.0.0 
##			
##
## Compatibility:	2.0.22
## Installation Level:	easy 
## Installation Time:	2 minutes 
##
##
## Files To Edit:	1
##			language/lang_french/lang_main.php
##
## Included Files:	1
##			language/lang_french/lang_admin_cache_posts.php
##
##
## License:		http://opensource.org/licenses/gpl-license.php GNU General Public License v2
##
## Copyright:		2006, 2007 AmigaLink
##
################################################################################
##
## Author Notes:
##
##  This hack is released under the GPL License V2. 
##  This hack can be freely used, but not distributed, without permission.
##  Intellectual Property Rights are retained by the hack author(s) 
##  listed above.
##  If you change this hack or use some code parts in your work. You MUST give
##  full information about the original author(s) and website(s) listed above.
##
################################################################################
##
##  The following sites also contain the latest version of this MOD: 
## 
##  http://www.AmigaLink.de
##  http://www.phpBBhacks.com
## 
##  Full support for this MOD only be obtained at: 
##
##  http://www.AmigaLink.de
##
################################################################################
##  Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
################################################################################
#
#-----[ COPY ]----------------------------------------------------------------
#

translations/lang_french/lang_admin_cache_posts.php to language/lang_french/lang_admin_cache_posts.php

#
#-----[ OPEN ]----------------------------------------------------------------
#

language/lang_french/lang_main.php

#
#-----[ FIND ]----------------------------------------------------------------
#

?>

#
#-----[ BEFORE, ADD ]---------------------------------------------------------
#

// Cache Posts
$lang['Cache_Posts_System'] = 'Systme de Cache des Messages';
$lang['CPS_recycle'] = 'Renouveler le cache';
$lang['CPS_recycle_message'] = 'Le cache est maintenant effacc et va etre renouvel lors du prochain appel du message.';
$lang['CPS_dont_cache'] = 'Pas faire un cache pour ce message';
$lang['CPS_dont_cache_message'] = 'Pour ce message le cache est effacc et dsactiv.';
$lang['CPS_delete'] = 'Efaccer le cache';
$lang['CPS_delete_message'] = 'Le cache de ce message fut effacc.';
$lang['CPS_recycle_topic'] = 'Renouveler le cache du sujet';
$lang['CPS_recycle_topic_message'] = 'Le cache du sujet est maintenant effac et va etre renouvel lors du prochain appel des messages.';
$lang['CPS_dont_cache_topic'] = 'Dsactiver le cache pour ce sujet';
$lang['CPS_dont_cache_topic_message'] = 'Pour ce sujet le cache est effac et dsactiv.';
$lang['CPS_delete_topic'] = 'Effacer le cache du sujet';
$lang['CPS_delete_topic_message'] = 'Le cache du sujet fut effac.';
// Cache Posts

#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------------
#
# EoM
